ViewportViewportId Property
|
Property that represents Viewport ID for this
Viewport object. Note that this property does not relate to CVPORT
system variable.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract IntPtr ViewportId { get; }
Public MustOverride ReadOnly Property ViewportId As IntPtr
Get
public:
virtual property IntPtr ViewportId {
IntPtr get () abstract;
}
abstract ViewportId : IntPtr with get
Property Value
IntPtr
See Also