Visual Basic | |
---|---|
Function GetCustomPropertyAt( _ ByVal Index As System.Integer, _ ByRef Key As System.String _ ) As System.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
See the IDrawingProperties examples.
Before calling this method, call IDrawingProperties::GetCustomPropertyCount to get a valid value for Index.
IDrawingProperties Interface
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::HasCustomProperty Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::RemoveCustomPropertyAt Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
IDrawingProperties Members
IDrawingProperties::AddCustomProperty Method ()
IDrawingProperties::GetCustomProperty Method ()
IDrawingProperties::HasCustomProperty Method ()
IDrawingProperties::RemoveCustomProperty Method ()
IDrawingProperties::RemoveCustomPropertyAt Method ()
IDrawingProperties::SetCustomProperty Method ()
IDrawingProperties::SetCustomPropertyAt Method ()
DraftSight V1R5.0