Description:
Adds a point object to the document.
Syntax:
Parameters:
- point
- Type: Point3d
- A location for point.
- attributes
- Type: DocObjects.ObjectAttributes
- attributes to apply to point.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a point object to the table.
Syntax:
Parameters:
- point
- Type: Point3d
- A location for point.
Returns:
Type: Guid
Id of new object.
Available since:
5.0
Description:
Adds a point object to the document.
Syntax:
Parameters:
- point
- Type: Point3f
- location of point.
- attributes
- Type: DocObjects.ObjectAttributes
- attributes to apply to point.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a point object to the document.
Syntax:
Parameters:
- point
- Type: Point3f
- location of point.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a point object to the table.
Syntax:
public Guid AddPoint(
Double x,
Double y,
Double z
)
Double x,
Double y,
Double z
)
Parameters:
- x
- Type: System.Double
- X component of point coordinate.
- y
- Type: System.Double
- Y component of point coordinate.
- z
- Type: System.Double
- Z component of point coordinate.
Returns:
Type: Guid
id of new object.
Available since:
5.0