CADPublishLayout.Settings Property
<DataMember()> _
Public Property Settings() As CADPublishSettings
This language is not supported or no code example is available.
[DataMember()]
public CADPublishSettings Settings {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property CADPublishSettings^ Settings {
CADPublishSettings^ get( );
void set(
CADPublishSettings^ value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get Settings() : CADPublishSettings;
public
DataMember()
function set Settings(value : CADPublishSettings);
This language is not supported or no code example is available.