DatabaseStyleSheet Property
|
Property that controls the name of the style
sheet for the active layout. This property corresponds to the
STYLESHEET system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string StyleSheet { get; set; }
Public Property StyleSheet As String
Get
Set
public:
property String^ StyleSheet {
String^ get ();
void set (String^ value);
}
member StyleSheet : string with get, set
Property Value
String
See Also