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, _
dsString* Key As System.String _
) As System.String |
C# | |
---|
System.string GetCustomPropertyAt(
System.int Index,
out System.string Key
) |
JavaScript | |
---|
GetCustomPropertyAt(
Index : Number
) : {
Key : String,
Value : String
} |
Parameters
- Index
- Index of the custom property (see Remarks)
- Key[out]
- Name of the custom property
- Value[out] or Return Value
- Value of the custom property
Example
Remarks
See Also
Availability
DraftSight V1R5.0