Method MakeItemNotInternal
MakeItemNotInternal(ElementItemId)
Makes a segment or a vertex not internal in the ModifiedSketch.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
void MakeItemNotInternal(ElementItemId inItemId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inItemId | Identifier of the segment or the vertex to modify. |
Remarks
StartModification(ElementId) must be called before calling this method.
This method is available since v7.7.201.80.