Skip to main content

Miscellaneous

Data classes that are derived from SidAbility can get Sid string and set Sid tag to the data record. Axis, BeamLoad, Element, FaceLoad, GravityLoad, Member, Node, NodeLoad, Prop2D and Section objects can handle the Sid. Please refer GSA help file for more information about Sid.

SidAblility

string Sid { get; }

void SetSidTag(string tag, string value);

GsaApiException

Derived from System.Exception with the following additional properties

string ExtraInformation { get; }

ApiExceptionCode Code { get; }