public EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System |
color |
Nullable |
/// The color that was applied to the selected vertices, or null if a color
/// wasn't applied.
/// |
shape |
Nullable |
/// The shape that was applied to the selected vertices, or null if a shape
/// wasn't applied.
/// |
radius |
Nullable |
/// The radius that was applied to the selected vertices, or null if a
/// radius wasn't applied. If not null, the radius must be between and .
/// |
alpha |
Nullable |
/// The alpha that was applied to the selected vertices, or null if an
/// alpha wasn't applied. If not null, the alpha must be between and .
/// |
visibility |
Nullable |
/// The visibility that was applied to the selected vertices, or null if a
/// visibility wasn't applied.
/// |
label |
String |
/// The label that was applied to the selected vertices, or null if a label
/// wasn't applied.
/// |
labelFillColor |
Nullable |
/// The label fill color that was applied to the selected vertices, or null
/// if a label fill color wasn't applied.
/// |
labelPosition |
Nullable |
/// The label position that was applied to the selected vertices, or null
/// if a label position wasn't applied.
/// |
toolTip |
String |
/// The tooltip that was applied to the selected vertices, or null if a
/// tooltip wasn't applied.
/// |
locked |
Nullable |
/// The locked flag that was applied to the selected vertices, or null if a
/// locked flag wasn't applied.
/// |
marked |
Nullable |
/// The "marked" flag that was applied to the selected vertices, or null if
/// a marked flag wasn't applied.
/// |
workbookMustBeReread |
System.Boolean |
/// true if the caller must read the workbook again.
/// |
return |
System |
|