Description:
Adds a point object to the document.
Description:
Adds a point object and its geometry-linked information to the document
Syntax:
public Guid AddPoint(
Point point,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Point point,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Parameters:
- point
- Type: Point
- A point geometry class.
- attributes
- Type: ObjectAttributes
- attributes to apply to point. None is acceptable
- history
- Type: HistoryRecord
- history associated with this point. None is acceptable
- reference
- Type: bool
- True if the object is from a reference file. Reference objects do not persist in archives
Returns:
Type: Guid
A unique identifier for the object.
Available since:
6.0
Description:
Adds a point object to the document
Syntax:
public Guid AddPoint(
Point3d point,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Point3d point,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Parameters:
- point
- Type: Point3d
- location of point
- attributes
- Type: ObjectAttributes
- attributes to apply to point. None is acceptable
- history
- Type: HistoryRecord
- history associated with this point. None is acceptable
- reference
- Type: bool
- True if the object is from a reference file. Reference objects do not persist in archives
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: Point3d
- location of point.
- attributes
- Type: ObjectAttributes
- attributes to apply to point. None is acceptable
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: Point3d
- location of 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.
- attributes
- Type: ObjectAttributes
- attributes to apply to point.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0