CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Should be overridden and return a IShowProperty derived object
that handles the display and modification of the properties of the IGeoObject derived object.
Default implementation return null.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public virtual IShowProperty GetShowProperties( IFrame Frame ) |
| Visual Basic |
|---|
Public Overridable Function GetShowProperties ( _ Frame As IFrame _ ) As IShowProperty |
| Visual C++ |
|---|
public: virtual IShowProperty^ GetShowProperties( IFrame^ Frame ) |
Parameters
- Frame
- Type: CADability..::..IFrame