Share

DWGLine Object

Derived from: DWGEntity Object

Description

DWGLine Object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Direction Read-only property that returns the UnitVector indicating the direction of the line.
EndPoint Read-only property that returns the point that defines the position of the end of the line.
HandleID Read-only property that returns the HandleID for the DWGEntity.
Parent Gets the parent object from whom this object can logically be reached.
ParentEntity Read-only property that returns the parent DWGEntity of the entity.
StartPoint Read-only property that returns the point that defines the position of the start of the line.
Type Gets the constant that indicates the type of this object.

Accessed From

DWGLineProxy.NativeObject, DWGLinesEnumerator.Item

Derived Classes

DWGLineProxy

Version

Introduced in version 2016

Was this information helpful?