C-DEngine 5.105

TheMeshInfo..::..NodeIDs Property

List of all node IDs in the mesh

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public List<Guid> NodeIDs { get; set; }
Public Property NodeIDs As List(Of Guid)
	Get
	Set
public:
property List<Guid^>^ NodeIDs {
	List<Guid^>^ get ();
	void set (List<Guid^>^ value);
}