프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_aiEdgeIDs | System.Int32[] | ||
m_aiVertexIDs | System.Int32[] | ||
m_oEditedEdgeAttributes | |||
m_oEditedVertexAttributes |
메소드 | 설명 | |
---|---|---|
AttributesEditedEventArgs ( |
Initializes a new instance of the If edge attributes were edited, edgeIDs and editedEdgeAttributes should be non-null. If vertex attributes were edited, vertexIDs and |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void |
public AttributesEditedEventArgs ( |
||
edgeIDs | /// Array of IDs of the edges whose attributes were edited in the graph, or /// null if edge attributes weren't edited. The IDs came from the edge /// worksheet's ID column. /// | |
editedEdgeAttributes | /// Edge attributes that were applied to the edges, or null if edge /// attributes weren't edited. /// | |
vertexIDs | /// Array of IDs of the vertices whose attributes were edited in the graph, /// or null if vertex attributes weren't edited. The IDs came from the /// vertex worksheet's ID column. /// | |
editedVertexAttributes | /// Vertex attributes that were applied to the vertices, or null if vertex /// attributes weren't edited. /// | |
리턴 | System |
protected EditedEdgeAttributes,Smrf.NodeXL.ExcelTemplate m_oEditedEdgeAttributes | ||
리턴 |