GetCustomPropertyAt Method (IDrawingProperties)
Gets the value and name of the custom property at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomPropertyAt( _
LONG Index As System.Integer, _
BSTR* Key As System.String _
) As System.String |
C# | |
---|
System.string GetCustomPropertyAt(
System.int Index,
out System.string Key
) |
JavaScript | |
---|
GetCustomPropertyAt(
Index : Number,
Key : System.String\n) : String |
Parameters
- Index
- Index of the custom property (see Remarks)
- Key[out]
- Name of the custom property
Parameters
- Value[out] or Return Value
- Value of the custom property
Example
Remarks
See Also
Availability
DraftSight V1R5.0