DirectShapeLibrary.AddDefinition(String, IList<GeometryObject>) Method

DirectShapeLibraryAddDefinition(String, IListGeometryObject) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void AddDefinition(
	string id,
	IList<GeometryObject> GNodes
)
Public Sub AddDefinition ( 
	id As String,
	GNodes As IList(Of GeometryObject)
)
public:
void AddDefinition(
	String^ id, 
	IList<GeometryObject^>^ GNodes
)
member AddDefinition : 
        id : string * 
        GNodes : IList<GeometryObject> -> unit 

Parameters

id  String
 
GNodes  IListGeometryObject
 
See Also