DgnElementPropertiesIsAttributeDataPresent Property |
Gets a value indicating whether element has attribute data present
Namespace:
Aspose.CAD.FileFormats.Dgn
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsAttributeDataPresent { get; }Public ReadOnly Property IsAttributeDataPresent As Boolean
Get
public:
property bool IsAttributeDataPresent {
bool get ();
}member IsAttributeDataPresent : bool with get
Property Value
Type:
Boolean
See Also