Click or drag to resize

IProperty Interface

An interface providing access to properties of ISimObject and ICoordinateSystem objects.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IProperty

The IProperty type exposes the following members.

Properties
  NameDescription
Public propertyIsReadOnly
Returns true is the property is read-only i.e. value cannot be set.
Public propertyName
Property name.
Public propertyObjectValue
Property value in the correct type. Please see
Public propertyType
Property type.
Public propertyValue
Property value is a string form.
Top
See Also