GetCustomPropertyCount Method (IDrawingProperties) Send Feedback
See Also 
Count[out]
Number of custom properties added to this drawing document
Gets the number of custom properties added to this drawing document.

Syntax

Visual Basic 
Function GetCustomPropertyCount() As System.Integer
C# 
System.int GetCustomPropertyCount()
JavaScript 
GetCustomPropertyCount() : Number
COM native C++ 
HRESULT GetCustomPropertyCount(
   LONG* Count
)  
C++ 
DSRESULT GetCustomPropertyCount(
   long* Count
)  

Parameters

Count[out] or Return Value
Number of custom properties added to this drawing document

Example

See the IDrawingProperties examples.
 

See Also

Availability

DraftSight V1R5.0