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