StructuralSurfaceMemberColor Property |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.StructuralElements
(uint)System.Color.Green.ToArgb();
string color = "#000000FF"; int argb = Int32.Parse(color.Replace("#", ""), NumberStyles.HexNumber); Color clr = Color.FromArgb(argb); (uint)clr.ToArgb();