Class SmartShape
Represents a smart shape.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 8, 302, 80)]
public class SmartShape : SmartObjectRemarks
This class is available since v7.8.302.80.
Constructors
SmartShape(ElementId)
Initializes a new instance of the SmartShape class of type Element.
Declaration
public SmartShape(ElementId inElementId)Parameters
| Type | Name | Description | 
|---|---|---|
| ElementId | inElementId | Identifier of providing element. | 
SmartShape(SmartShapeType, ElementId)
Initializes a new instance of the SmartShape class.
Declaration
public SmartShape(SmartShapeType inType, ElementId inElementId)Parameters
| Type | Name | Description | 
|---|---|---|
| SmartShapeType | inType | Type of smart shape. | 
| ElementId | inElementId | Identifier of providing element, or Empty if none. | 
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementIdField Value
| Type | Description | 
|---|---|
| ElementId | 
Type
Type of shape.
Declaration
public SmartShapeType TypeField Value
| Type | Description | 
|---|---|
| SmartShapeType |