SilverScreen Solid Modeler

SCHEMA_NODE

SCHEMA_NODE

Previous topic Next topic  

SCHEMA_NODE

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

SilverSharp.SCHEMA_NODE

 

Structure

A data type that stores a schema definition and associated attributes

 

C# Code

 

 class SCHEMA_NODE

    {

    property string         name        { get; }

    property string         description { get; }

    property AttributeList  Attributes  { get; }

    };

 

 

 

Properties

The following read-only properties mimic the purpose of their counter-parts in the SilverC SCHEMA_NODE:

 

Member

Description

description

Schema description

name

Schema name

 

The following read-only properties extend SCHEMA_NODE for SilverSharp:

 

Member

Description

Attributes

Enumerates the attributes of a schema

 

 

See Also

ATTRIBUTE_NODE, BLOCK_NODE, OBJECT_NODE, SilverC SCHEMA_NODE