Show / Hide Table of Contents

Interface IMultiObjectUserData

Implement this interface on your UserData objects if you want your UserData to be displayed as a common property of multiple selected objects.

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IMultiObjectUserData

Properties

| Improve this Doc View Source

isChanging

Declaration
bool isChanging { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetShowProperty(GeoObjectList)

Declaration
IShowProperty GetShowProperty(GeoObjectList selectedObjects)
Parameters
Type Name Description
GeoObjectList selectedObjects
Returns
Type Description
IShowProperty
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX