DxfDocumentOle2Frames Property
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<Ole2Frame> Ole2Frames { get; }
Public ReadOnly Property Ole2Frames As List(Of Ole2Frame)
Get
public:
property List<Ole2Frame^>^ Ole2Frames {
List<Ole2Frame^>^ get ();
}
member Ole2Frames : List<Ole2Frame> with get
PROPERTY Ole2Frames AS List<Ole2Frame> GET
Property Value
Type:
ListOle2FrameSee Also