Class SmartCoating
Represents a smart coating.
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.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartCoating : SmartDocument
Remarks
This class is available since v7.17.
Constructors
SmartCoating(DocumentId)
Initializes a new instance of the SmartCoating class of type Basic
Declaration
public SmartCoating(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | Document identifier of the document to reference. |
SmartCoating(DocumentId, DocumentReferenceType)
Initializes a new instance of the SmartCoating class of type Basic
Declaration
public SmartCoating(DocumentId inDocumentId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | Document identifier of the document to reference. |
DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |
SmartCoating(ElementId)
Initializes a new instance of the SmartCoating class of type Element.
Declaration
public SmartCoating(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
SmartCoating(ElementId, DocumentReferenceType)
Initializes a new instance of the SmartCoating class of type Element.
Declaration
public SmartCoating(ElementId inElementId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |