GetProperties Method
Overloads
GetProperties() |
Returns the identifier, the type and the properties of the object. Because it is not mandatory to set all properties when you define an object, the If the object contains some soft properties, the soft properties are not returned by the If the object is linked to another object, the properties of the linking object are not returned by the |
GetProperties()
Returns the identifier, the type and the properties of the object.
Because it is not mandatory to set all properties when you define an object, the GetProperties
method may show properties that were not set. In that case, default values are given.
If the object contains some soft properties, the soft properties are not returned by the GetProperties
method. Use the GetEffectiveProperties method
instead.
If the object is linked to another object, the properties of the linking object are not returned by the GetProperties
method. Use the GetEffectiveProperties method
instead.
Declaration
GenericObjectProperties GetProperties()
Returns
Type | Description |
---|---|
GenericObjectProperties |
Remarks
The properties depends on the generic object type, see properties.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!